-
-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename the onedriver desktop entry to fix the window icon in the GNOM…
…E workspace switcher (#369) * Rename the "onedriver.desktop" file to "onedriver-launcher.desktop" * Update onedriver.spec Oops, I didn't realize beforehand that I only had to add "-launcher" at the end of the .desktop file name instead of replacing the macros.
- Loading branch information
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ install: onedriver onedriver-launcher | |
cp pkg/resources/onedriver.svg /usr/share/icons/onedriver/ | ||
cp pkg/resources/onedriver.png /usr/share/icons/onedriver/ | ||
cp pkg/resources/onedriver-128.png /usr/share/icons/onedriver/ | ||
cp pkg/resources/onedriver.desktop /usr/share/applications/ | ||
cp pkg/resources/onedriver-launcher.desktop /usr/share/applications/ | ||
cp pkg/resources/[email protected] /etc/systemd/user/ | ||
gzip -c pkg/resources/onedriver.1 > /usr/share/man/man1/onedriver.1.gz | ||
mandb | ||
|
@@ -54,7 +54,7 @@ uninstall: | |
/usr/bin/onedriver \ | ||
/usr/bin/onedriver-launcher \ | ||
/etc/systemd/user/[email protected] \ | ||
/usr/share/applications/onedriver.desktop \ | ||
/usr/share/applications/onedriver-launcher.desktop \ | ||
/usr/share/man/man1/onedriver.1.gz | ||
rm -rf /usr/share/icons/onedriver | ||
mandb | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ override_dh_auto_install: | |
install -D -m 0644 pkg/resources/onedriver.png $$(pwd)/debian/onedriver/usr/share/icons/onedriver/onedriver.png | ||
install -D -m 0644 pkg/resources/onedriver-128.png $$(pwd)/debian/onedriver/usr/share/icons/onedriver/onedriver-128.png | ||
install -D -m 0644 pkg/resources/onedriver.svg $$(pwd)/debian/onedriver/usr/share/icons/onedriver/onedriver.svg | ||
install -D -m 0644 pkg/resources/onedriver.desktop $$(pwd)/debian/onedriver/usr/share/applications/onedriver.desktop | ||
install -D -m 0644 pkg/resources/onedriver-launcher.desktop $$(pwd)/debian/onedriver/usr/share/applications/onedriver-launcher.desktop | ||
install -D -m 0644 pkg/resources/[email protected] $$(pwd)/debian/onedriver/usr/lib/systemd/user/[email protected] | ||
install -D -m 0644 pkg/resources/onedriver.1.gz $$(pwd)/debian/onedriver/usr/share/man/man1/onedriver.1.gz | ||
|
File renamed without changes.