02-15-2016, 06:18 PM
to torreydale
Well they could put the ubuntu software center in Lite Software
Well they could put the ubuntu software center in Lite Software
Linux Lite 3.0 Suggestion Thread
|
02-15-2016, 06:18 PM
to torreydale
Well they could put the ubuntu software center in Lite Software
02-15-2016, 08:34 PM
The development team didn't want it. And if you look at the link to the thread provided, it gives some insight as to why.
Want to thank me? Click my [Thank] link.
02-17-2016, 04:47 PM
If possible I would like to have a "Send to" right click menu item for the desktop that allows me to send items from the desktop to my home, documents, music, pictures, and other relevant folders.
“I have not failed. I’ve just found 10,000 ways that won’t work.” - Thomas Edison
02-18-2016, 01:39 AM
(02-17-2016, 04:47 PM)avj link Wrote:If possible I would like to have a "Send to" right click menu item for the desktop that allows me to send items from the desktop to my home, documents, music, pictures, and other relevant folders.Yep. This is a quick hack of shaggytwodopes's control center code. Will copy just one file but the general idea is that Thunar calls a py script Code: # Thunar custom actions launcher for Send to operations Would need to be reworked to use shutil to copy files and folders. And passing file and folder names from Thunar like this is not a very good idea. I guess writing to temp file would be preferable so file and folder names are read line by line in a script. Then Thunar custom action would be something like: "for file in %F; do echo $file >> tmp.txt; done; python3 /souce/ destination tmp.txt;rm -r tmp.txt". There is also a case when filename exists. In that case script could offer to overwrite / change destination filename / skip coping that file or folder. To display error when it cant copy and finally a progress bar.
02-18-2016, 03:05 AM
Great work to the developers for Linux lite and to jerry
Awesome NEW logon jerry is xfce 4.12 going to be in this release. Would really like to see it if possible
I love my chicken and my popcorn and movies like i like Linux
02-18-2016, 03:09 AM
Whatever XFCE is in the Ubuntu repos at the time will be included. We don't use PPA's for XFCE, only the standard Ubuntu repo.
02-18-2016, 04:28 AM
(02-18-2016, 03:09 AM)Jerry link Wrote:Whatever XFCE is in the Ubuntu repos at the time will be included. We don't use PPA's for XFCE, only the standard Ubuntu repo. That didn't really answer my question LOL This says its in 14.04 not sure if thats what you go by https://launchpad.net/~xubuntu-dev/+arch.../xfce-4.12
I love my chicken and my popcorn and movies like i like Linux
02-18-2016, 04:32 AM
That page shows that there is a PPA for 14.04, as I said, we don't use PPA's for XFCE so I did actually answer your question, you just needed to look at the information more carefully. Hope that's clear enough for you
02-18-2016, 06:26 AM
(02-18-2016, 04:32 AM)Jerry link Wrote:That page shows that there is a PPA for 14.04, as I said, we don't use PPA's for XFCE so I did actually answer your question, you just needed to look at the information more carefully. Hope that's clear enough for you You said. Whatever XFCE is in the Ubuntu repos at the time will be included So thats what i showed you here https://launchpad.net/~xubuntu-dev/+arch.../xfce-4.12 And you really didn't tell me if it was going to be in the next release. But OK whatever 8) What PPA is is under then? http//jerry/Linuxliteos/ubuntu/ppa
I love my chicken and my popcorn and movies like i like Linux
02-18-2016, 06:32 AM
That is an Xubuntu PPA, not an Ubuntu repo. If you're going to continue posting inaccurate comments, you'll leave us no choice but to delete them to ensure the information in this thread stays accurate.
A PPA looks like this: ppa:xubuntu-dev/xfce-4.12 A repo looks like this: deb http://nz.archive.ubuntu.com/ubuntu/ trusty-updates main restricted |
« Next Oldest | Next Newest »
|